home *** CD-ROM | disk | FTP | other *** search
- object ControlForm: TControlForm
- Left = 394
- Top = 74
- BorderStyle = bsDialog
- Caption = 'Desktop Table Control Panel'
- ClientHeight = 336
- ClientWidth = 240
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- OnClose = FormClose
- OnCreate = FormCreate
- OnDblClick = FormDblClick
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object BitBtn1: TBitBtn
- Left = 144
- Top = 304
- Width = 75
- Height = 25
- Caption = '&Close'
- TabOrder = 0
- OnClick = BitBtn1Click
- NumGlyphs = 2
- end
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 240
- Height = 300
- Align = alTop
- TabOrder = 1
- object PageControl1: TPageControl
- Left = 1
- Top = 1
- Width = 238
- Height = 298
- ActivePage = SearchPage
- Align = alClient
- MultiLine = True
- TabOrder = 0
- OnChange = PageControl1Change
- OnChanging = PageControl1Changing
- object RangePage: TTabSheet
- Caption = 'Index/Range'
- OnEnter = RangePageEnter
- OnExit = RangePageExit
- object Label3: TLabel
- Left = 8
- Top = 8
- Width = 65
- Height = 13
- Caption = 'Current index:'
- end
- object Label4: TLabel
- Left = 8
- Top = 64
- Width = 88
- Height = 13
- Caption = 'Range restrictions:'
- end
- object StringGrid1: TStringGrid
- Left = 2
- Top = 90
- Width = 226
- Height = 105
- ColCount = 3
- DefaultColWidth = 70
- DefaultRowHeight = 16
- Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goColSizing, goEditing, goTabs]
- TabOrder = 0
- OnEnter = StringGrid1Enter
- RowHeights = (
- 16
- 16
- 16
- 16
- 16)
- end
- object BitBtn7: TBitBtn
- Left = 8
- Top = 208
- Width = 105
- Height = 25
- Caption = '&Clear range settings'
- TabOrder = 1
- OnClick = BitBtn7Click
- end
- object BitBtn8: TBitBtn
- Left = 120
- Top = 208
- Width = 105
- Height = 25
- Caption = '&Apply range settings'
- TabOrder = 2
- OnClick = BitBtn8Click
- end
- object ComboBox1: TComboBox
- Left = 40
- Top = 24
- Width = 145
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 3
- OnChange = ComboBox1Change
- end
- end
- object FilterPage: TTabSheet
- Caption = 'Filter settings'
- object Label2: TLabel
- Left = 16
- Top = 136
- Width = 45
- Height = 13
- Caption = 'Filter text:'
- end
- object GroupBox3: TGroupBox
- Left = 24
- Top = 8
- Width = 185
- Height = 41
- Caption = 'Filter status '
- TabOrder = 0
- object FilteringCB: TCheckBox
- Left = 8
- Top = 16
- Width = 97
- Height = 17
- Caption = 'Filtering on'
- TabOrder = 0
- end
- end
- object GroupBox2: TGroupBox
- Left = 24
- Top = 56
- Width = 185
- Height = 65
- Caption = 'Filtering options '
- TabOrder = 1
- object PartialMatchCB: TCheckBox
- Left = 8
- Top = 16
- Width = 97
- Height = 17
- Caption = 'Partial matches'
- TabOrder = 0
- end
- object CaseInsensCB: TCheckBox
- Left = 8
- Top = 40
- Width = 97
- Height = 17
- Caption = 'Case insensitive matches'
- TabOrder = 1
- end
- end
- object FilterEdit: TEdit
- Left = 16
- Top = 160
- Width = 193
- Height = 21
- TabOrder = 2
- end
- object BitBtn2: TBitBtn
- Left = 88
- Top = 208
- Width = 123
- Height = 25
- Caption = '&Apply filter settings'
- TabOrder = 3
- OnClick = BitBtn2Click
- end
- end
- object BookmarkPage: TTabSheet
- Caption = 'Current bookmarks'
- object Label1: TLabel
- Left = 16
- Top = 16
- Width = 93
- Height = 13
- Caption = 'Current Bookmarks:'
- end
- object ListBox1: TListBox
- Left = 0
- Top = 32
- Width = 121
- Height = 137
- ItemHeight = 13
- TabOrder = 0
- end
- object BitBtn3: TBitBtn
- Left = 128
- Top = 40
- Width = 100
- Height = 25
- Caption = '&Add bookmark'
- TabOrder = 1
- OnClick = BitBtn3Click
- end
- object BitBtn4: TBitBtn
- Left = 128
- Top = 72
- Width = 100
- Height = 25
- Caption = 'D&elete bookmark'
- TabOrder = 2
- OnClick = BitBtn4Click
- end
- object BitBtn6: TBitBtn
- Left = 128
- Top = 104
- Width = 100
- Height = 25
- Caption = '&Clear all bookmarks'
- TabOrder = 3
- OnClick = BitBtn6Click
- end
- object BitBtn5: TBitBtn
- Left = 128
- Top = 136
- Width = 100
- Height = 25
- Caption = '&Go to bookmark'
- TabOrder = 4
- OnClick = BitBtn5Click
- end
- end
- object SearchPage: TTabSheet
- Caption = 'Search'
- OnEnter = SearchPageEnter
- OnExit = SearchPageExit
- object GroupBox4: TGroupBox
- Left = 24
- Top = 8
- Width = 185
- Height = 65
- Caption = 'Searching options '
- TabOrder = 0
- object LocateKeyCB: TCheckBox
- Left = 32
- Top = 16
- Width = 97
- Height = 17
- Caption = 'Partial matches'
- TabOrder = 0
- OnClick = LocateCaseCBClick
- end
- object LocateCaseCB: TCheckBox
- Left = 32
- Top = 40
- Width = 97
- Height = 17
- Caption = 'Case insensitive matches'
- TabOrder = 1
- OnClick = LocateCaseCBClick
- end
- end
- object BitBtn9: TBitBtn
- Left = 8
- Top = 216
- Width = 129
- Height = 25
- Caption = '&Clear search settings'
- TabOrder = 1
- OnClick = BitBtn9Click
- end
- object BitBtn10: TBitBtn
- Left = 144
- Top = 216
- Width = 73
- Height = 25
- Caption = '&Search'
- TabOrder = 2
- OnClick = BitBtn10Click
- end
- end
- end
- end
- end
-